JAMSRESTAPI Web Service
PostSAP_QuerySAPJobs
JAMSRESTAPI Web Service > All Operations Resource Group : SAP_QuerySAPJobs (Post)

Resource Path: /api/sap/jobs/{agentId}

Uri: http://doc.jamsscheduler.com/api/sap/jobs/{agentId}

Parameters
NameDescriptionData Type
 integer
Request

The request body is of type GetSAPJobsRequest.

Overview

GetSAPJobsRequest
jobName : string
jobUserName : string
startTime : string
endTime : string
includeAborted : boolean
includeFinished : boolean
includeScheduled : boolean
includeReady : boolean
includeRunning : boolean
includeReleased : boolean
Response

The response body is of type SAPGetJobsResponse.

OK

Overview

SAPGetJobsResponse
jobs : Array[SAPJobDetail]
jobName : string
jobNumber : string
jobUserName : string
startDate : string
startTime : string
duration : string
status : string
jobClass : string
spoolList : string
copy : boolean
express : boolean
blindCopy : boolean
noForward : boolean
targetServer : string
connectionResponse : SAPConnectionResponse
connectionFailure : boolean
connectionResultMessage : string
See Also
All Operations Resource GroupJAMSRESTAPI Web Service